Represents the method that handles the changed event of an observable map.
public generic<typename K, typename V>
delegate void MapChangedEventHandler`2(
IObservableMap<K, V>^ sender,
IMapChangedEventArgs<K>^ event
)
K
The type of the keys in the map.
V
The type of the values in the map.
sender
Type: IObservableMap<K, V>
The observable map that changed.
event
Type: IMapChangedEventArgs<K>
The description of the change that occurred in the map.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd